Get Weekly Food Goals API
This API will get the Weekly Food Goals content for AOK.
- Request Type : GET
- End Point URL : /v1/getWeeklyFoodGoals
- Authorization : basic_auth
Parameters :
Parameter | Description |
---|---|
aokid* | AOK id is the AOK specefic unique id. It will filter static html content and get AOK specefic content. |
Note :'*' Parameters are required
- Sample URL : https://site_url/v1/getWeeklyFoodGoals?aokid=aokbw
- Response Success Code : 200 OK
- Sample Response
[
{
"id": 390,
"image": "http://dev-cms.navida-cloud.plus.aok.de/sites/default/files/weekly-food-goals/Cheeseburger.png",
"portionText": "Cheeseburger mit Pommes (400g)",
"foodCalorie": 1152
},
{
"id": 389,
"image": "http://dev-cms.navida-cloud.plus.aok.de/sites/default/files/weekly-food-goals/Wiener-Schnitzel.png",
"portionText": "Wiener Schnitzel mit Bratkartoffeln (650g)",
"foodCalorie": 1068
}
]